home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'WinSvc.pas' rev: 3.00
-
- #ifndef WinSvcHPP
- #define WinSvcHPP
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Winsvc
- {
- //-- type declarations -------------------------------------------------------
- typedef _SERVICE_STATUS *PServiceStatus;
-
- typedef _SERVICE_STATUS TServiceStatus;
-
- typedef _ENUM_SERVICE_STATUSA *PEnumServiceStatusA;
-
- typedef _ENUM_SERVICE_STATUSW *PEnumServiceStatusW;
-
- typedef _ENUM_SERVICE_STATUSA *PEnumServiceStatus;
-
- typedef _ENUM_SERVICE_STATUSA TEnumServiceStatusA;
-
- typedef _ENUM_SERVICE_STATUSW TEnumServiceStatusW;
-
- typedef _ENUM_SERVICE_STATUSA TEnumServiceStatus;
-
- typedef void *SC_LOCK;
-
- typedef _QUERY_SERVICE_LOCK_STATUSA *PQueryServiceLockStatusA;
-
- typedef _QUERY_SERVICE_LOCK_STATUSW *PQueryServiceLockStatusW;
-
- typedef _QUERY_SERVICE_LOCK_STATUSA *PQueryServiceLockStatus;
-
- typedef _QUERY_SERVICE_LOCK_STATUSA TQueryServiceLockStatusA;
-
- typedef _QUERY_SERVICE_LOCK_STATUSW TQueryServiceLockStatusW;
-
- typedef _QUERY_SERVICE_LOCK_STATUSA TQueryServiceLockStatus;
-
- typedef _QUERY_SERVICE_CONFIGA *PQueryServiceConfigA;
-
- typedef _QUERY_SERVICE_CONFIGW *PQueryServiceConfigW;
-
- typedef _QUERY_SERVICE_CONFIGA *PQueryServiceConfig;
-
- typedef _QUERY_SERVICE_CONFIGA TQueryServiceConfigA;
-
- typedef _QUERY_SERVICE_CONFIGW TQueryServiceConfigW;
-
- typedef _QUERY_SERVICE_CONFIGA TQueryServiceConfig;
-
- typedef void *TServiceMainFunctionA;
-
- typedef void *TServiceMainFunctionW;
-
- typedef void *TServiceMainFunction;
-
- typedef _SERVICE_TABLE_ENTRYA *PServiceTableEntryA;
-
- typedef _SERVICE_TABLE_ENTRYW *PServiceTableEntryW;
-
- typedef _SERVICE_TABLE_ENTRYA *PServiceTableEntry;
-
- typedef _SERVICE_TABLE_ENTRYA TServiceTableEntryA;
-
- typedef _SERVICE_TABLE_ENTRYW TServiceTableEntryW;
-
- typedef _SERVICE_TABLE_ENTRYA TServiceTableEntry;
-
- typedef void *THandlerFunction;
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Winsvc */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Winsvc;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // WinSvc
-